Skip to content

Update own entries in libraries-next.json - #853

Merged
jonathanp-okta merged 5 commits into
jsonwebtoken:masterfrom
panva:patch-1
Jul 30, 2026
Merged

Update own entries in libraries-next.json#853
jonathanp-okta merged 5 commits into
jsonwebtoken:masterfrom
panva:patch-1

Conversation

@panva

@panva panva commented Jun 25, 2025

Copy link
Copy Markdown
Contributor

By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.

Description

Updates the jose library entries in src/data/libraries-next.json (npm, bun, and Deno variants) to reflect current algorithm support:

  • Adds ed25519: true, ed448: false, ml-dsa-44: true, ml-dsa-65: true, ml-dsa-87: true, matching jose's implementation of RFC 8037 (Ed25519/Ed448) and RFC 9964 (ML-DSA).
  • Normalizes es256k to false across all four jose entries — one entry previously had es256k: true, inconsistent with the other three and with jose, which does not implement ES256K.

Scope is limited to the jose entries in libraries-next.json. No other libraries, components, or install-command values are affected.

References

Testing

  • Manual verification: confirmed added algorithm flags against jose's documented RFC support and cross-checked consistency across all four jose entries in the data file.
  • This change adds test coverage for new/changed/fixed functionality

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not the default branch

Comment thread src/data/libraries-next.json Outdated
Comment thread src/data/libraries-next.json Outdated
Comment thread src/data/libraries-next.json Outdated

@jonathanp-okta jonathanp-okta left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jonathanp-okta
jonathanp-okta merged commit b7cc962 into jsonwebtoken:master Jul 30, 2026
2 checks passed
@panva
panva deleted the patch-1 branch July 30, 2026 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants